home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1998 #11
/
PCDIREKT_1198.bin
/
SHOWDATA
/
SHOWINHA.DXR
/
00002_wait 60.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-31
|
204 b
|
13 lines
on exitFrame
set waiter to the timer + 60
repeat while (the timer < waiter) and not (the mouseDown)
nothing()
end repeat
end
on mouseDown
puppetSound("zoom")
go("hotlink")
cursor(-1)
end